func runtime.chanbuf
12 uses
runtime (current package)
chan.go#L133: func chanbuf(c *hchan, i uint) unsafe.Pointer {
chan.go#L229: qp := chanbuf(c, c.sendx)
chan.go#L354: typedmemclr(c.elemtype, chanbuf(c, c.recvx))
chan.go#L590: qp := chanbuf(c, c.recvx)
chan.go#L688: qp := chanbuf(c, c.recvx)
chan.go#L896: racerelease(chanbuf(c, 0))
chan.go#L897: raceacquireg(sg.g, chanbuf(c, 0))
chan.go#L898: racereleaseg(sg.g, chanbuf(c, 0))
chan.go#L899: raceacquire(chanbuf(c, 0))
chan.go#L913: qp := chanbuf(c, idx)
select.go#L445: qp = chanbuf(c, c.recvx)
select.go#L470: typedmemmove(c.elemtype, chanbuf(c, c.sendx), cas.elem)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |